﻿/*Common.css*/
@charset "utf-8";
body { color:#666;font:12px/1.231 arial,helvetica,clean,sans-serif,"宋体"; background:#f4f4f4;} /*网站字体颜色*/
a { color:#666; text-decoration:none;}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
a:hover { text-decoration:underline;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;}
.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}

/* -- 页面整体布局 -- */
.header , .content , .footer { width:1200px; margin:0 auto;}
.left { width:221px; float:left; overflow:hidden;}
.lefttop { background:url(../images/left_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-top:10px;}
.leftbot { background:url(../images/left_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;  margin-bottom:10px;}

.right { width:964px; float:right; display:inline; overflow:hidden;}
.righttop { background:url(../images/right_top_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden;}
.rightbot { background:url(../images/right_bot_img.gif) no-repeat; height:3px; font-size:0; overflow:hidden; margin-bottom:10px;}

.right_main { width:962px; min-height:458px; border:solid 1px #d5d5d5; border-top:0; border-bottom:0; padding-bottom:15px; overflow:hidden;background:#fff;}


/*头部开始*/
.h_top{background:url(../images/topbg.jpg) repeat-x center 0 #f4f4f4; height:230px; overflow:hidden;font-family:"Microsoft YaHei";}
.h_zc{height:28px;line-height:28px; color:#333; overflow:hidden; padding:4px 0 0;}
.h_zc span{ background:url(../images/t_zcbg.jpg) no-repeat 0 0; width:325px; text-align:center; line-height:23px;color:#fff;}
.h_zc a{ padding:0 5px;color:#fff;}
.h_con{height:123px; padding:27px 0 0;overflow:hidden;overflow:hidden;}
.t_text{float:left;display:block;padding:13px 0 0 21px; line-height:28px; font-size:16px; color:#333; font-weight:bold;}
.t_text span{ display:block; font-size:16px; line-height:34px;}
.t_text span b{ color:#c92323 ;}
.h_pho{line-height:22px;padding:27px 0 0 43px;white-space:nowrap; background:url(../images/t_pho.jpg) no-repeat 0 37px;color:#000; font-size:14px;}
.h_pho b{ display:block;color:#c92323; font-size:24px;line-height:28px;}

.menu{height:47px;font-size:14px;}
.menu li{float:left; text-align:center}
.menu li a{color:#fff;line-height:47px;display:inline-block; padding:0 27px; background:url(../images/menu-fgx.jpg) no-repeat right 12px;}
.menu li a:hover,.menu li.cur a{background:url(../images/mhbg.jpg) repeat-x center 0; text-decoration:none;}
/*.f_nav a.born,.menu li.born a{ background:none;}*/
.f_nav a.born{ background:none;}
.menu li a:-webkit-any-link{ display:block;}

.h_sea{height:24px;line-height:24px;overflow:hidden;color:#333;padding:12px 0 0;font-family:"宋体";}
.key{ width:720px;overflow:hidden;}
.h_sea a{ line-height:24px; padding:0 6px; color:#333;}
.inp01{height:22px;background:url(../images/s_bg.jpg) no-repeat 4px 5px #fff;width:160px;padding:0 0 0 23px; float:left;line-height:22px; border:solid 1px #c6c6c6;color:#999;}
.s_ss {float:left; width:49px; height:24px; border:0; background:url(../images/s_ss.gif) no-repeat 0 0; margin:0 0 0 4px;}

/*头部结束*

/*底部开始*/
.f_nav{ height:56px;color:#fff;font-family:"Microsoft YaHei";text-align:center; font-size:14px; background:url(../images/f_navbg.jpg) no-repeat center 0;}
.f_nav a{ color:#fff; padding:0 17px; background:url(../images/menu-fgx.jpg) no-repeat right 17px;line-height:56px; display:inline-block;}
.f_con{ padding:30px 0 10px; text-align:center; line-height:28px; color:#333;font-family:"Microsoft YaHei";}
.f_con a{color:#333;}

/*底部结束*/

/*reset.css*/
@charset "utf-8";
html{color:#000;background:#FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;} 
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
input,select{vertical-align:middle;}
body{font:12px/1.231 arial,helvetica,clean,sans-serif;}
select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{font-size:inherit;font:100%; border-collapse:collapse;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*title*/
h1 { font-size:32px;}
h2 { font-size:26px;}
h3 { font-size:20px;}
h4 { font-size:14px;}
h5 { font-size:12px;}
h6 { font-size:10px;}

.mt10{ margin-top:10px;}